GetStyleSheetTextRequest

data class GetStyleSheetTextRequest(styleSheetId: StyleSheetId)

Represents request frame that can be used with CSS#getStyleSheetText operation call.

Returns the current textual content for a stylesheet.

See also

Constructors

GetStyleSheetTextRequest
Link copied to clipboard
fun GetStyleSheetTextRequest(styleSheetId: StyleSheetId)

Properties

styleSheetId
Link copied to clipboard
val styleSheetId: StyleSheetId

Sources

jvm source
Link copied to clipboard